home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / aix32 / gcc-related / sys / fcntl.h next >
C/C++ Source or Header  |  1994-08-01  |  132b  |  8 lines

  1. extern "C" {
  2. #define open  Fx_open
  3. #include_next <fcntl.h>
  4. #undef  open
  5. #undef  creat
  6. int open(const char *, int, mode_t = 0666);
  7. }
  8.